home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Suzy B Software 2
/
Suzy B Software CD-ROM 2 (1994).iso
/
prntutil
/
mbook30
/
mbheader.ps
< prev
next >
Wrap
Text File
|
1995-04-25
|
2KB
|
38 lines
initgraphics 270 rotate clippath
0.10 0.10 scale
pathbbox /UY exch def /UX exch def /LY exch def /LX exch def
/XO 0 def /YO 0 def
/XL 12920 def /YL -9920 def
/XOff 0 def /YOff 0 def
newpath LX XOff add XO sub UY YOff add YO sub translate
newpath XO YO moveto XL XO add YO lineto
XL XO add YL YO add lineto XO YL YO add lineto clip
newpath closepath
/Tan {dup exch sin exch cos div} def
/l {rlineto} bind def /L {lineto} bind def
/m {rmoveto} bind def /M {moveto} bind def
/x {0 rmoveto} bind def /X {0 moveto} bind def
/y {0 exch rmoveto} bind def /Y {0 exch moveto} bind def
/as {0 exch ashow} bind def /s {show} bind def
/makeoutlinedict 7 dict def /MakeOutlineFont {
makeoutlinedict begin /uniqueid exch def
/strokewidth exch def /newfontname exch def
/basefontname exch def /basefontdict basefontname findfont def
/numentries basefontdict maxlength 1 add def
basefontdict /UniqueID known not
{/numentries numentries 1 add def} if
/outfontdict numentries dict def basefontdict
{exch dup /FID ne {exch outfontdict 3 1 roll put}
{pop pop} ifelse } forall
outfontdict /FontName newfontname put
outfontdict /PaintType 2 put
outfontdict /StrokeWidth strokewidth put
outfontdict /UniqueID uniqueid put
newfontname outfontdict definefont pop end } def
/WrongRead { 0 exch 0 exch aWrongRead } def
/aWrongRead { /theString exch def /extra exch def
/CurrentM matrix currentmatrix def [-1 0 0 1 0 0] concat
theString { /charcode exch def /theChar ( ) dup 0 charcode put def
theChar stringwidth /y exch def /x exch neg extra sub def
x y rmoveto theChar show x y rmoveto} forall CurrentM setmatrix} def